Int16NINumericInt16NAdd Method

Computes the sum of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Add(
	Int16N value
)

Parameters

value  Int16N
The value to add to the current value.

Return Value

Int16N
The sum of the current value and value.

Implements

INumericTSelfAdd(TSelf)

See Also